<!DOCTYPE html>
<html lang="ru">
<head>
	<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
	<title>$MODULE_NAME$</title>
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta name="keywords" content="" />
	<meta name="description" content="" />
        <meta name="viewport" content="width=device-width, initial-scale=1"> 
         <link href="h_p_f.css.css" rel="stylesheet"> 
          
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
 
<script type="text/javascript">
 
$(function() {
 
$(window).scroll(function() {
 
if($(this).scrollTop() != 0) {
 
$('#toTop').fadeIn();
 
} else {
 
$('#toTop').fadeOut();
 
}
 
});
 
$('#toTop').click(function() {
 
$('body,html').animate({scrollTop:0},800);
 
});
 
});
</script>
</head>
<body>
<div class="wrapper">
	<header class="header">
$GLOBAL_AHEADER$<!-- .header-->
<!-- < > -->
$GLOBAL_CLEFTER$
<!-- </ > -->

$BODY$
</main>
<!-- .content -->
</div>
<!-- .container-->
<!-- .middle-->
</div>
</div>
<!-- .wrapper -->
<footer class="footer">
$GLOBAL_BFOOTER$

</footer><!-- .footer -->
</body>
</html>
